projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82d6b39
)
* src/xfns.c (x_create_tip_frame): Support inhibit-double-buffering.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sun, 30 Jun 2019 06:27:41 +0000
(15:27 +0900)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sun, 30 Jun 2019 06:27:41 +0000
(15:27 +0900)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index f0e29627d9383b29537dcffdf30b74f6f3d32ad6..b8a1914186c2d2cda82ac0c7fdef3791bd89c034 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-6288,6
+6288,10
@@
x_create_tip_frame (struct x_display_info *dpyinfo, Lisp_Object parms)
f->output_data.x->parent_desc = FRAME_DISPLAY_INFO (f)->root_window;
+ gui_default_parameter (f, parms, Qinhibit_double_buffering, Qnil,
+ "inhibitDoubleBuffering", "InhibitDoubleBuffering",
+ RES_TYPE_BOOLEAN);
+
gui_figure_window_size (f, parms, false, &x_width, &x_height);
{